| icon | description |
|---|---|
| dash | Inverse functions and applications. |
A diagram to show Inverse function is what follows:
flowchart TB Input["Input"] --> Function["Function"] Function --> output["output"] output --> InverseFunction["InverseFunction"] InverseFunction --> Input